@charset "iso-8859-1";


/*******  Body     background-repeat: repeat-y; background-position: 10px 10px; background-image: url(paint.jpg); ******/

body.jaune { background-color: #FFFF99;  }									 	
			
body.bleu  { background-color: #CCFFFF; }
			 							
body.violet  { background-color: #FFCCFF; }

body.vert  { background-color: #CCFF99; }	

body.bleuf  { background-color: #CCCCFF; }

body.jaunec { background-color: #FFFFCC;  }									 	

		
			
/***  Les titres  ***/ 		

.titre 		{ font size: 24; text-align: center; }
 
.titrorange { font-family: cursive,comic sans ms; 
			color: #FF6600; 
			text-align: center; 
			font-weight: bold;  
		  	}
			
.titrbleu { font-family: cursive,comic sans ms; 
			color: #6600FF; 
			text-align: center; 
			font-weight: bold; 
			}

.titrbleuf { font-family: cursive,comic sans ms; 
			color: #000066; 
			text-align: center; 
			font-weight: bold; 
			}
.titrrouge { font-family: cursive,comic sans ms; 
			color: #CC0033; 
			text-align: center; 
			font-weight: bold; 
			}		
.titrvert { font-family: cursive,comic sans ms; 
			color: #006600; 
			text-align: center; 
			font-weight: bold; 
			}			
				

			
/* hr */

.hrbleu	{ color: #0066FF; }	
.hrorange { color: #FF6633; }
.hrbleuf{ color: #6633FF; }	 
.hrmarron{ color: #e25a19; }

/* p  */

p.place	{ margin-left: 250px; }